Skip to main content

Migrate an Audience

Overview

The API Comparison table highlights the main actions and API methods for creating and managing Audiences. Select an endpoint from IQM or Beeswax to review that platform's relevant API documentation. By comparing APIs, you can migrate your workflow from Beeswax to IQM.

Definitions

IQMBeeswaxDescription
AudienceTargetingThe group of people targeted for a Campaign. Audiences comprise included/excluded demographic data which are used to optimize targeting.
Audience SegmentSegment TargetingA group of specified Segments with optimization settings.
Segment GroupTargeting Modules and KeysThe demographic characteristics by which a group of people can be identified, organized, and combined into Audience Segments (Segment Targeting for Beeswax).
Matched Audiencen/aA customized Audience that you've created and uploaded to the platform.
Pre-bid AudienceContent ModuleAn Audience composed of segments that have been sent to the platform by third-party data providers that you can purchase and target in your Audiences.
Geo-Farmed AudienceGeo ModuleAn Audience created based on a customizable geographic location rather than demographic data.
Contextual AudienceContent ModuleAn Audience generated by keywords or URLs, based on user activity.

API Comparison

Base URLs
  IQM: https://app.iqm.com

Beeswax: https://{buzz_key}.api.beeswax.com
ActionIQM EndpointBeeswax EndpointNotes
Get Audience DetailsGET/api/v2/audience/matched/{id}
GET/api/v3/audience/segment/{audienceId}
GET/api/v3/audience/retarget/{retargeted_audience_id}
GET/api/v3/audience/campaign/{campaign_audience_id}
GET/api/v3/audience/prebid/{prebidAudienceId}
GET/rest/v2/targeting-expressions
GET/rest/v2/targeting-expressions/{id}
Create an AudiencePOST/api/v2/audience/matched/add
POST/api/v3/audience/segment/add
POST/api/v3/audience/retarget/tag
POST/api/v3/audience/campaign/add
POST/api/v3/audience/prebid/add
POST/rest/v2/targeting-expressionsIQM features different Audience creation endpoints to distinguish types of Audiences and the Segments they are composed of. See the Audience API Guidelines for more information.

Beeswax uses a unique Targeting Expressions syntax of Targeting Modules and Keys to define an Audience. What kinds of Modules and Keys are implemeneted determine what kind of Audience is created: Geographic, Contextual, etc.
Update an AudiencePATCH/api/v2/audience/matched/update/{matched_audience_id}
PUT/api/v3/audience/segment/{audienceId}
PUT/api/v3/audience/retarget/{retargeted_audience_id}
PUT//api/v3/audience/prebid/{prebidAudienceId}
PUT/rest/v2/targeting-expressions/{id}
Create a Contextual AudiencePOST/api/v3/audience/contextual/addPOST/rest/v2/targeting-expressionsBeeswax uses the site_list and language targeting keys to create a Contextual Audience.
Create a Geo-Farmed AudiencePOST/api/v3/audience/geo-farmed/addPOST/rest/v2/targeting-expressionsBeeswax uses the geo module and the lat_long_list key to create a customized geographic Audience.

More Campaign Resources

IQM:

Beeswax: